Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
MSSQL
1) Aggregate Functions
2) Analytical Functions
3) Constraints
4) Cursor
5) Data Set
6) Data Type
7) Database
8) Date Timezone
9) Index
10) Insert Delete Update
11) Math Functions
12) Select Query
13) Sequence
14) Store Procedure Function
15) String Functions
16) Subquery
17) System
18) Table
19) Table Joins
20) Transact SQL
21) Transaction
22) Trigger
23) View
24) XML
Aggregate Functions
1) AVG
2) AVG returns the average of the values in expression
3) AVG() function returns the average for a range of numeric values, for all non-null values
4) Both the MIN and the MAX
5) Combine MAX function with group by
6) Combine MIN function with group by
7) Count distinct values
8) Count with group by
9) Count() from a table
10) COUNT() function returns an integer value for the number of non-null values in the column range
11) COUNT_BIG
12) COUNT_BIG deals with NULL values
13) GROUP BY with the SUM() function
14) MAX
15) MIN
16) Null value is eliminated by an aggregate or other SET operation
17) The COUNT() function ignores NULL values
18) Use count() to count row number
19) Use sum function in a table join
20) Use SUM function with having clause